home *** CD-ROM | disk | FTP | other *** search
/ PC Open 102 / PC Open 102 CD 1.bin / CD1 / grafica / Image Analyzer / ImageAnalyzer.exe / README.TXT < prev    next >
Encoding:
Text File  |  2004-05-31  |  7.7 KB  |  190 lines

  1. -------------------------------------------------------------------------------
  2.                                 Image Analyzer
  3. -------------------------------------------------------------------------------
  4.         Copyright (C) 2000-2004  |  Michael Vinther  |  mv@logicnet╖dk
  5.                         MeeSoft  |  http://meesoft.logicnet.dk
  6. -------------------------------------------------------------------------------
  7.  
  8. Description:
  9. ------------
  10.   Advanced image editing, enhancement and analysis software.
  11.  
  12.  
  13. Some of the features:
  14. ---------------------
  15.   ╖ Read/write BMP, ICO, CUR, WMF, EMF, JPEG, PNG, GIF, PCX and JPEG 2000 files
  16.   ╖ Read RAS, PNM, PGM, PPM, HIPS and Matlab files
  17.   ╖ Scanner and printer support
  18.   ╖ Build-in conventional and adaptive filters
  19.   ╖ User specified filters in spatial and frequency domain
  20.   ╖ Distance, Fourier and discrete cosine transformation
  21.   ╖ Restoration by (blind) deconvolution
  22.   ╖ Color model conversion: RGB, CMY, HSI, Lab, PCA, YCbCr and YIQ
  23.   ╖ Easy red-eye removal
  24.   ╖ Morphological operations
  25.   ╖ Resize, rotate, crop and warping
  26.   ╖ Math expression module for creating and transforming images
  27.   ╖ Advanced "pocket" calculator with equation solver
  28.   ╖ Plugin system for image processing and extended file format support
  29.  
  30.  
  31. Short description of MAP file format:
  32. -------------------------------------
  33.   File header:
  34.     MAP           : 3 bytes     The characters 'MAP'
  35.     Version       : DWord       1
  36.     PixelFormat   : DWord       $01  : Byte data
  37.                                 $02  : Word data
  38.                                 $40  : Single floating point data (32 bit)
  39.                                 $80  : Double floating point data (64 bit)
  40.     Width, Height : DWord       Image size
  41.     Planes        : Byte        1    : Real values
  42.                                 2    : Complex values (real,imaginary)
  43.     Compression   : Byte        0    : None, raw data
  44.                                 1    : Deflate compressed (default)
  45.                                 2    : Another variant of LZ77
  46.  
  47.   Following is the data compressed as specified by the Compression parameter.
  48.   For complex data the real plane is stored first and then the complex plane.
  49.   The data is stored line by line, left to right from top to bottom.
  50.   The present version of Image Analyzer always uses the deflate compression
  51.   for writing files. Description of the Deflate standard can be found at
  52.   http://www.gzip.org/zlib/zlib_docs.html
  53.  
  54.  
  55. License information:
  56. --------------------
  57. Conditions for using and copying the software:
  58.   ╖ I (Michael Vinther) or MeeSoft can not in any way be held responsible for
  59.     any damage or loss caused by using this software.
  60.   ╖ The software can only be copied/distributed in its original form (installer
  61.     or zip archive) unless otherwise agreed with the author.
  62.   ╖ Distribution of this software for commercial purposes is not allowed
  63.     without consent from the author.
  64.  
  65. Thanks to Markus Oberhumer and Laszlo Molnar for their brilliant EXE compressor
  66. UPX. (See http://upx.sourceforge.net/)
  67. This software includes a library created by Anders Melander.
  68. The JasPerLib DLL which contains the JPEG 2000 stuff is (c) 1999-2000, Image
  69. Power, Inc. and the University of British Columbia, Canada, see libjasper.txt.
  70. Most of the filter and palette files was provided by Marian Stach.
  71.  
  72.  
  73. Version history:
  74. ----------------
  75. Note that this version history is incomplete. It does not include all changes
  76. in all versions.
  77.  
  78. Changes in version 1.01  (2001-03-15):
  79.   PNG transparency supported
  80. Changes in version 1.02  (2001-03-18):
  81.   PNG transparency bug corrected
  82.   More keyboard shortcuts
  83.   Support for loading multiple files
  84. Changes in version 1.03  (2001-04-23):
  85.   Auto window resizing
  86.   Statistics map
  87.   JPEG filter
  88. Changes in version 1.04  (2001-05-15):
  89.   Adaptive noise filter
  90.   Auto color correction
  91.   More keyboard shortcuts
  92. Changes in version 1.06  (2001-08-16):
  93.   Adaptive noise filter improved
  94.   JPEG 2000 support
  95. Changes in version 1.07  (2001-09-03):
  96.   Improved JPEG 2000 support
  97.   Expression evaluator in all edit boxes
  98.   Improved color mapper
  99.   Improved combine images
  100. Changes in version 1.07  (2001-09-23):
  101.   Median filter optimized
  102. Changes in version 1.08  (2002-01-16):
  103.   Lapp filter now preserve colors
  104.   Windows ICO and CUR file support
  105.   Frequency domain filter
  106.   Selective smooth filter
  107.   Rotate grayscale bug fixed
  108. Changes in version 1.09  (2002-07-01):
  109.   Auto adjust black/white point
  110.   Fixed bug in combine grayscale images
  111.   Fixed bug in resize
  112.   Improved printing
  113. Changes in version 1.10  (2003-01-01):
  114.   Image warping
  115. Changes in version 1.11  (2003-02-13):
  116.   JPEG 2000 support improved
  117.   Reading of Sun Rasterfiles (*.ras)
  118.   Image resizing using spline interpolation for better quality
  119.   PNG gamma, transparency, and alpha channel handling improved
  120.   Expression evaluator improved
  121.   Lab color space support
  122.   Morphological operations on color images
  123. Changes in version 1.12  (2003-03-08):
  124.   Restoration by deconvolution (see example page)
  125.   JPEG desired file size specification
  126.   Improved help
  127.   Filtering of float maps
  128.   Color mapper can now work on luminance plane (Y in YCbCr)
  129. Changes in version 1.13  (2003-03-31):
  130.   Open, save and color mapper dialogs improved
  131.   The amount of smoothing can be specified in "Smooth image"
  132.   Highpass filter in "Edge detection" menu
  133. Changes in version 1.14  (2003-04-17):
  134.   Three different methods for automatic color correction
  135.   Feature list in help menu
  136.   Some bugfixes
  137.   Texture synthesis (see example page)
  138.   Mouse selection editing
  139.   Added an installer wizard version
  140.   Added help/tutorial file, in CHM format.
  141. Changes in version 1.15  (2003-05-24):
  142.   Improved PCA and reconstruction from components
  143.   Paste to selection in insert menu
  144.   Lossless PNG compression ratio improved by about 20%
  145.   Lossy PNG compression introduced
  146.   Writing of large JPEG files (>1 MB) fixed
  147.   Test button in file format options for lossy JPEG and PNG
  148.   Deconvolution filter can be specified in a Matlab, text or MAP file
  149.   Open and save dialogs updated
  150.   EMF/WMF reading fixed
  151.   Texture synthesis improved
  152. Changes in version 1.17  (2003-06-22):
  153.   Image processing plugin system
  154.   Texture synthesis by averaging
  155.   Copy/paste of floating point maps (can be used as simple undo feature)
  156.   Pixel drawing feature
  157. Changes in version 1.17.3  (2003-07-27):
  158.   Frequency domain filter improved
  159.   Better image resize quality
  160.   Paste to selection improved
  161.   24 to 8 bit conversion improved
  162.   Local histogram equalization quality improved
  163.   Option to register image file formats
  164.   More advanced sharpening method
  165. Changes in version 1.18  (2003-09-13):
  166.   Blind deconvolution
  167.   16 bit grayscale PNGs and TIFFs now read to floating point map
  168.   Split planes color correction improved
  169.   Filtering of floating point map with filter from file
  170.   Frequency domain filter improved + bugfix
  171.   Expression evaluator improved
  172.   More than 60 new filters (click Load in the User defined filter dialog)
  173.   More than 20 new palettes
  174. Changes in version 1.19  (2003-12-29):
  175.   Problem with large JPEG 2000 images and temporary files fixed
  176.   Expression evaluator precision and plot axis autoscaling improved
  177.   Improved de-interlacing method
  178.   MNG image file support
  179.   Fixed mouse selection bug
  180.   Language module
  181. Changes in version 1.20  (2004-02-16):
  182.   Minor bugfixes
  183.   F8 now changes between mouse zoom and mouse select
  184.   Improved deconvolution kernel estimation
  185.   Color mapper dialog updated
  186. Changes in version 1.21  (2004-05-31):
  187.   New high quality image enlargement method (super-resolution by Wiener filter)
  188.   Better handling of large fonts (120 DPI) screen setting
  189.   Rectangle selection can be locked to specific aspect ratio
  190.